body {
    -webkit-font-smoothing: antialiased
}

.mainTitle {
    padding: 48px 0;
    font-size: 32px;
    line-height: 48px
}

.mainTitle,.subTitle {
    color: #171a1d;
    font-family: PingFangSC-Semibold;
    text-align: center
}

.hoverColor {
    -webkit-box-shadow: 0 8px 24px 0 rgba(34,38,48,.12);
    box-shadow: 0 8px 24px 0 rgba(34,38,48,.12);
    position: relative;
    top: 0;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 8px
}

.hoverColor,.hoverColor .backgroundImage {
    width: 100%;
    height: 100%
}

.hoverColor .backgroundImageVideo {
    border-radius: 8px 8px 0 0;
    height: 212px
}

.hoverColor .hoverColor-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0089ff;
    -webkit-box-shadow: 0 8px 24px 0 rgba(34,38,48,.16);
    box-shadow: 0 8px 24px 0 rgba(34,38,48,.16);
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 8px
}

.hoverColor .hoverColor-container .hoverColor-icon {
    width: 58px;
    height: 42px;
    -webkit-animation: moveScaleEnd .2s linear;
    animation: moveScaleEnd .2s linear
}

.hoverColor .hoverColor-containerVideoIcon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 999
}

.hoverColor .hoverColor-containerVideoIcon .hoverColor-icon2 {
    position: absolute;
    bottom: 29px;
    right: 27px;
    width: 49px;
    height: 49px
}

.hoverColor-video .hoverColor-container {
    bottom: 140px;
    border-radius: 8px 8px 0 0
}

.hoverColor-video .hoverColor-container .hoverColor-icon {
    width: 56px;
    height: 56px
}

.hoverColor-video .hoverColor-icon2 {
    bottom: 160px!important;
    right: 24px!important
}

.emptyShadow img {
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 24px 0 rgba(34,38,48,.12);
    box-shadow: 0 8px 24px 0 rgba(34,38,48,.12)
}

.emptyShadow:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.hoverColor:hover {
    -webkit-box-shadow: 0 8px 32px 0 rgba(34,38,48,.12);
    box-shadow: 0 8px 32px 0 rgba(34,38,48,.12);
    top: -8px;
    -webkit-box-shadow: 0 8px 24px 0 rgba(34,38,48,.12);
    box-shadow: 0 8px 24px 0 rgba(34,38,48,.12);
    -webkit-animation: moveTop .2s linear;
    animation: moveTop .2s linear
}

.hoverColor:hover .hoverColor-container {
    opacity: .8
}

.hoverColor:hover .hoverColor-container .hoverColor-icon {
    -webkit-animation: moveScale .2s linear;
    animation: moveScale .2s linear
}

.hoverColor:hover .hoverColor-containerVideoIcon {
    opacity: 0
}

.hoverColor:hover .hoverColor-containerVideoIcon .hoverColor-icon2 {
    -webkit-animation: moveScaleFrom .2s linear;
    animation: moveScaleFrom .2s linear
}

.invisible {
    height: 8px;
    width: 100%;
    background: transparent;
    position: absolute;
    bottom: -8px;
    border-radius: 8px;
    display: none
}

.hoverColor:hover .invisible {
    display: block
}

.selectedCases {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    height: 400px;
    margin: 0 auto 22px;
}

.selectedCases img {
    width: 100%;
    height: 100%
}

.selectedCases .selectedCases-left {
    margin-right: 16px
}

.selectedCases .selectedCases-left .selectedCases-img1 {
    width: 416px;
    height: 188px;
    margin-bottom: 16px
}

.selectedCases .selectedCases-left .selectedCases-img2 {
    width: 416px;
    height: 196px
}

.selectedCases .selectedCases-middle .selectedCases-img3 {
    width: 268px;
    height: 400px;
    margin-right: 16px
}

.selectedCases .selectedCases-right .selectedCases-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px
}

.selectedCases .selectedCases-right .selectedCases-top .selectedCases-img4 {
    width: 220px;
    height: 228px;
    margin-right: 16px
}

.selectedCases .selectedCases-right .selectedCases-top .selectedCases-img5 {
    width: 248px;
    height: 228px
}

.selectedCases .selectedCases-right .selectedCases-img6 {
    width: 484px;
    height: 158px
}

.customer {
    width: 1264px!important;
    margin: 0 auto;
    margin-top: -32px!important;
    margin-bottom: 48px!important
}
.swiper-container{
    display:none;
}
.swiper-wrapper{
    padding: 32px 32px 64px 32px;
}
#js_swiperBox{
    display:block;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    width:20px;
    border-radius: 25px;
    background: #2108F2;
}
.customer .customer-container {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.customer .customer-container .customer-item {
    height: 352px;
    margin-right: 36px;
    background: #fff
}

.customer .customer-container .customer-item .customer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 140px;
    padding: 0 24px
}

.customer .customer-container .customer-item .customer-content .customer-title {
    height: 32px;
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 32px;
    color: #171a1d;
    font-family: PingFangSC-Medium
}

.customer .customer-container .customer-item .customer-content .customer-logoSingle {
    height: 22px;
    margin: 1px 0
}

.customer .customer-container .customer-item .customer-content .customer-logoDouble {
    height: 26px;
    margin: 1px 0
}

#tangkuang {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    top: 0;
    z-index: 99999;
    display: none;
}

.tankuang1 {
    position: fixed;
    width: 848px;
    height: 477px;
    background: #ffffff;
    opacity: 1;
    z-index: 99999;
    padding: 0;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -238px;
    border-radius: 8px;
    display: none;
}
.tankuang1 .video {
    width: 848px;
    border-radius: 8px;
}
.tankuang1 .close {
    position: absolute;
    top: 11px;
    right: -44px;
    cursor: pointer;
    width: 22px;
}
@media (max-width: 768px) {
  
.mainTitle {
    padding: 0.24rem 0;
    font-size: 0.22rem;
    line-height: 0.22rem;
}

.mainTitle,.subTitle {
    color: #171a1d;
    font-family: PingFangSC-Semibold;
    text-align: center
}

.hoverColor {
    -webkit-box-shadow: 0 8px 24px 0 rgba(34,38,48,.12);
    box-shadow: 0 8px 24px 0 rgba(34,38,48,.12);
    position: relative;
    top: 0;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 8px
}

.hoverColor,.hoverColor .backgroundImage {
    width: 100%;
    height: auto;
}

.hoverColor .backgroundImageVideo {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: auto;
}

.hoverColor .hoverColor-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0089ff;
    -webkit-box-shadow: 0 8px 24px 0 rgba(34,38,48,.16);
    box-shadow: 0 8px 24px 0 rgba(34,38,48,.16);
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 8px
}

.hoverColor .hoverColor-container .hoverColor-icon {
    width: 58px;
    height: 42px;
    -webkit-animation: moveScaleEnd .2s linear;
    animation: moveScaleEnd .2s linear
}

.hoverColor .hoverColor-containerVideoIcon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 999
}

.hoverColor .hoverColor-containerVideoIcon .hoverColor-icon2 {
    position: absolute;
    bottom: 29px;
    right: 27px;
    width: 49px;
    height: 49px
}

.hoverColor-video .hoverColor-container {
    bottom: 140px;
    border-radius: 8px 8px 0 0
}

.hoverColor-video .hoverColor-container .hoverColor-icon {
    width: 56px;
    height: 56px
}

.hoverColor-video .hoverColor-icon2 {
    bottom: 160px!important;
    right: 24px!important
}

.emptyShadow img {
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 24px 0 rgba(34,38,48,.12);
    box-shadow: 0 8px 24px 0 rgba(34,38,48,.12)
}

.emptyShadow:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.hoverColor:hover {
    -webkit-box-shadow: 0 8px 32px 0 rgba(34,38,48,.12);
    box-shadow: 0 8px 32px 0 rgba(34,38,48,.12);
    top: -8px;
    -webkit-box-shadow: 0 8px 24px 0 rgba(34,38,48,.12);
    box-shadow: 0 8px 24px 0 rgba(34,38,48,.12);
    -webkit-animation: moveTop .2s linear;
    animation: moveTop .2s linear
}

.hoverColor:hover .hoverColor-container {
    opacity: .8
}

.hoverColor:hover .hoverColor-container .hoverColor-icon {
    -webkit-animation: moveScale .2s linear;
    animation: moveScale .2s linear
}

.hoverColor:hover .hoverColor-containerVideoIcon {
    opacity: 0
}

.hoverColor:hover .hoverColor-containerVideoIcon .hoverColor-icon2 {
    -webkit-animation: moveScaleFrom .2s linear;
    animation: moveScaleFrom .2s linear
}

.invisible {
    height: 8px;
    width: 100%;
    background: transparent;
    position: absolute;
    bottom: -8px;
    border-radius: 8px;
    display: none
}

.hoverColor:hover .invisible {
    display: block
}

.selectedCases {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 22px;
    padding: 0 0.1rem;
}
.selectedCases:after{
    content: "";
    display:table;
    clear:both;
}
.selectedCases img {
    width: 100%;
    height: 100%
}

.selectedCases .selectedCases-left {
    margin-right: 0;
    float: left;
    width: 62%;
}
.selectedCases .selectedCases-middle{
    float: left;
    width: 38%;
}
.selectedCases .selectedCases-right{
        float: right;
        margin-top: 0.08rem;
}
.selectedCases .selectedCases-left .selectedCases-img1 {
    width: 96%;
    height: auto;
    margin-bottom: 0.08rem;
}

.selectedCases .selectedCases-left .selectedCases-img2 {
    width: 96%;
    height: auto;
}

.selectedCases .selectedCases-middle .selectedCases-img3 {
    width: 100%;
    height: auto;
    margin-right: 0;
}

.selectedCases .selectedCases-right .selectedCases-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.08rem;
}

.selectedCases .selectedCases-right .selectedCases-top .selectedCases-img4 {
    width: 47%;
    height: auto;
    margin-right: 0.08rem;
}

.selectedCases .selectedCases-right .selectedCases-top .selectedCases-img5 {
    width: 53%;
    height: auto;
}

.selectedCases .selectedCases-right .selectedCases-img6 {
    width: 100%;
    height: auto;
}

.customer {
    width: 100%!important;
    margin: 0 auto;
    margin-top: -32px!important;
    margin-bottom: 48px!important;
}
.swiper-wrapper{
    padding: 32px 0 64px 0;
}
#js_swiperBox{
    display:none;
}
#js_swiperBox1{
    display:block;
    margin: 0;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    width:20px;
    border-radius: 25px;
    background: #2108F2;
}
.customer .customer-container {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.customer .customer-container .customer-item {
    width: 100%;
    height: auto;
    padding: 0.1rem;
    margin: 0;
    background: #fff
}

.customer .customer-container .customer-item .customer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 140px;
    padding: 0 24px
}

.customer .customer-container .customer-item .customer-content .customer-title {
    height: 32px;
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 32px;
    color: #171a1d;
    font-family: PingFangSC-Medium
}

.customer .customer-container .customer-item .customer-content .customer-logoSingle {
    height: 22px;
    margin: 1px 0
}

.customer .customer-container .customer-item .customer-content .customer-logoDouble {
    height: 26px;
    margin: 1px 0
}

#tangkuang {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    top: 0;
    z-index: 99999;
    display: none;
}

.tankuang1 {
    position: fixed;
    width: 848px;
    height: 477px;
    background: #ffffff;
    opacity: 1;
    z-index: 99999;
    padding: 0;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -238px;
    border-radius: 8px;
    display: none;
}
.tankuang1 .video {
    width: 848px;
    border-radius: 8px;
}
.tankuang1 .close {
    position: absolute;
    top: 11px;
    right: -44px;
    cursor: pointer;
    width: 22px;
}  
}
